home *** CD-ROM | disk | FTP | other *** search
- object ChangePasswordDLG: TChangePasswordDLG
- Left = 194
- Top = 102
- ActiveControl = btnOK
- BorderStyle = bsDialog
- Caption = 'Change Password Dialog Box:'
- ClientHeight = 143
- ClientWidth = 309
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnActivate = SetupScreen
- TextHeight = 13
- object lblPrev: TLabel
- Left = 16
- Top = 16
- Width = 146
- Height = 13
- Alignment = taRightJustify
- Caption = 'Enter &Previous Password:'
- FocusControl = edtPrev
- end
- object lblNew: TLabel
- Left = 40
- Top = 48
- Width = 122
- Height = 13
- Alignment = taRightJustify
- Caption = 'Enter &New Password:'
- Enabled = False
- FocusControl = edtNew
- end
- object lblConfirm: TLabel
- Left = 28
- Top = 72
- Width = 134
- Height = 13
- Alignment = taRightJustify
- Caption = '&Confirm New Password:'
- Enabled = False
- FocusControl = edtConfirm
- end
- object btnOK: TBitBtn
- Left = 36
- Top = 108
- Width = 77
- Height = 27
- TabOrder = 3
- OnClick = CheckPassword
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object btnCancel: TBitBtn
- Left = 116
- Top = 108
- Width = 77
- Height = 27
- TabOrder = 4
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object btnHelp: TBitBtn
- Left = 196
- Top = 108
- Width = 77
- Height = 27
- Caption = 'Help'
- TabOrder = 5
- OnClick = ShowHelp
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object edtPrev: TEdit
- Left = 168
- Top = 12
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- OnChange = DisableNew
- OnEnter = DisableNew
- OnExit = CheckPrev
- end
- object edtNew: TEdit
- Left = 168
- Top = 44
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object edtConfirm: TEdit
- Left = 168
- Top = 68
- Width = 121
- Height = 21
- PasswordChar = '*'
- TabOrder = 2
- end
- end
-